home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00051_pointer cursor.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  178 b   |  7 lines

  1. on mouseEnter me
  2.   set cursor = the number of member "pointer"
  3.   set mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me=[cursor,mask]
  5. end
  6.  
  7.